소스 검색

fix: 优化样式

liujt 1 주 전
부모
커밋
2da88dd815
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/financialManage/invoiceManage/components/tableInfo.vue

+ 3 - 3
src/views/financialManage/invoiceManage/components/tableInfo.vue

@@ -80,7 +80,7 @@
           v-model="scope.row.taxRate"
           type="number"
           @input="recalcDetailList(scope.row, scope.$index)"
-        ></el-input>
+        ></el-input>%
       </template>
 
       <!-- 折让比例 -->
@@ -93,7 +93,7 @@
           :min="0"
           :max="100"
           placeholder="请输入"
-        ></el-input>
+        ></el-input>%
       </template>
 
       <!-- 工艺路线 -->
@@ -351,7 +351,7 @@ import {
           },
           {
             minWidth: 130,
-            prop: 'unInvoiceAmount',
+            prop: 'weightUnit',
             label: '重量单位',
             align: 'center'
           },