فهرست منبع

“改”设置样式

chenrui 1 سال پیش
والد
کامیت
675063a61f

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/list.vue

@@ -71,7 +71,7 @@
         <template slot="purchaseReturnNo" slot-scope="text, record">
           <span class="table-td-link" v-if="$hasPermissions('B_purchaseReturnDetail')" @click="handleDetail(record)">{{ record.purchaseReturnNo }}</span>
           <span v-else>{{ record.purchaseReturnNo }}</span>
-          <a-badge count="改" :offset="[10,0]" v-if="record.state=='HQ_CHANGE'"></a-badge>
+          <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.state=='HQ_CHANGE'"></a-badge>
         </template>
         <!-- 审核 -->
         <template slot="audit" slot-scope="text, record">

+ 1 - 1
src/views/purchasingManagement/purchaseReturnApplyForm/list.vue

@@ -87,7 +87,7 @@
         <template slot="purchaseReturnApplyNo" slot-scope="text, record">
           <span class="table-td-link" v-if="$hasPermissions('B_purchaseReturnApplyDetail')" @click="handleDetail(record)">{{ record.purchaseReturnApplyNo }}</span>
           <span v-else>{{ record.purchaseReturnApplyNo }}</span>
-          <a-badge count="改" :offset="[10,0]" v-if="record.changeFlag=='1'"></a-badge>
+          <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.changeFlag=='1'"></a-badge>
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 1
src/views/purchasingManagement/purchaseReturnOutSync/list.vue

@@ -90,7 +90,7 @@
         <template slot="purchaseReturnNo" slot-scope="text, record">
           <span class="table-td-link" v-if="$hasPermissions('B_purchaseReturn_outSnycDetail')" @click="handleDetail(record)">{{ record.purchaseReturnNo }}</span>
           <span v-else>{{ record.purchaseReturnNo }}</span>
-          <a-badge count="改" :offset="[10,0]" v-if="record.state=='HQ_CHANGE'"></a-badge>
+          <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.state=='HQ_CHANGE'"></a-badge>
         </template>
         <!-- 审核 -->
         <template slot="audit" slot-scope="text, record">

+ 1 - 1
src/views/salesManagement/salesQuery/list.vue

@@ -156,7 +156,7 @@
         <template slot="salesBillNo" slot-scope="text, record">
           <span class="table-td-link" v-if="$hasPermissions('B_salesDetail')" @click="handleDetail(record)">{{ record.salesBillNo }}</span>
           <span v-else>{{ record.salesBillNo }}</span>
-          <a-badge count="改" :offset="[10,0]" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
+          <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
         </template>
         <!-- 审核 -->
         <template slot="audit" slot-scope="text, record">

+ 1 - 1
src/views/salesManagement/salesQueryNew/list.vue

@@ -156,7 +156,7 @@
           <template slot="salesBillNo" slot-scope="text, record">
             <span class="table-td-link" v-if="$hasPermissions('B_salesDetail')" @click="handleDetail(record)">{{ record.salesBillNo }}</span>
             <span v-else>{{ record.salesBillNo }}</span>
-            <a-badge count="改" :offset="[10,0]" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
+            <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
           </template>
           <!-- 审核 -->
           <template slot="audit" slot-scope="text, record">