liqianyi 2 سال پیش
والد
کامیت
84c728a7e5
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/modules/cus/contract-record.vue

+ 3 - 0
src/views/modules/cus/contract-record.vue

@@ -93,6 +93,9 @@
           header-align="center"
           align="center"
           label="是否进行合同更改">
+          <template slot-scope="scope">
+            <span>{{!scope.row.isChange?'':(Number(scope.row.isChange) === 1?'是':'否')}}</span>
+          </template>
         </el-table-column>
         <el-table-column
           prop="changeContentDesc"