Procházet zdrojové kódy

维修票证优化

guarantee-lsq před 1 měsícem
rodič
revize
11c0874f25
1 změnil soubory, kde provedl 8 přidání a 11 odebrání
  1. 8 11
      src/views/sb/info/SbInfo.vue

+ 8 - 11
src/views/sb/info/SbInfo.vue

@@ -369,26 +369,23 @@ export default {
       dd: undefined,
       // 表头
       columns: [
-        /* {
-          title: '序号',
-          dataIndex: 'index',
-          width: 100,
-          checked: true,
-          customRender: (text, record, index) => {
-            return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
-          }
-        }, */
+        {
+          title: '资产编',
+          dataIndex: 'financingNo',
+          width: 120,
+          checked: true
+        },
         {
           title: '设备位置',
           checked: true,
           width: 200,
-          dataIndex: 'positionName',
+          dataIndex: 'positionName'
         },
         {
           title: '设备名称',
           checked: true,
           width: 200,
-          dataIndex: 'name',
+          dataIndex: 'name'
         },
         {
           title: '设备位号',