ysy vor 2 Jahren
Ursprung
Commit
5d998b2c4a

+ 1 - 2
src/views/technology/production/index.vue

@@ -9,7 +9,7 @@
         :columns="columns"
         :datasource="datasource"
         :selection.sync="selection"
-        row-key="code"
+        row-key="id"
       >
         <!-- 表头工具栏 -->
       <template v-slot:toolbar>
@@ -126,7 +126,6 @@
             // sortable: 'custom',
             showOverflowTooltip: true,
             align: 'center',
-
             minWidth: 110
           },
           {

+ 1 - 1
src/views/technology/route/components/user-taskinstance.vue

@@ -8,7 +8,7 @@
         <!-- 表头工具栏 -->
         <template v-slot:toolbar>
           <el-button size="small" type="primary" icon="el-icon-plus" class="ele-btn-icon" @click="showAddLog">
-            添加参数
+            添加工序
           </el-button>
         </template>