Browse Source

加个百分比的单位咯

CzRger 8 months ago
parent
commit
6777e3cc19
1 changed files with 3 additions and 3 deletions
  1. 3 3
      snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/detail.vue

+ 3 - 3
snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/detail.vue

@@ -439,8 +439,8 @@
 							</a-form-item>
 						</a-col>
 						<a-col :span="8">
-							<a-form-item label="企业自主核算加工增值率:" name="selfRate">
-								<a-input v-model:value="productData.selfRate" :disabled="true" placeholder="请输入企业自主核算加工增值率" allow-clear>
+							<a-form-item label="企业自主核算加工增值率(%):" name="selfRate">
+								<a-input v-model:value="productData.selfRate" :disabled="true" placeholder="请输入企业自主核算加工增值率(%)" allow-clear>
 									<template #suffix>
 										<a-tooltip title="(成品内销人民币价格 - 境外进口料件总价(RMB) - 国内采购料件总价(RMB))/ (境外进口料件总价(RMB) + 国内采购料件总价(RMB))">
 											<info-circle-outlined style="color: rgba(0, 0, 0, 0.45)" />
@@ -963,7 +963,7 @@ const productColumns = [
 		width: 200
 	},
 	{
-		title: '企业自主核算加工增值率',
+		title: '企业自主核算加工增值率(%)',
 		dataIndex: 'selfRate',
 		width: 200
 	},