瀏覽代碼

日执行加计划id

baishaojie 10 月之前
父節點
當前提交
da33e3e5d9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/formulationPlan/dailyExecutionPlan/index.vue

+ 6 - 0
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -310,6 +310,12 @@
             prop="sort"
             width="50px"
           />
+          <el-table-column label="计划id" min-width="90px" align="center">
+            <template slot-scope="scope">
+              <span>{{ scope.row.id }}</span>
+            </template>
+          </el-table-column>
+
           <el-table-column label="计划名称" min-width="90px" align="center">
             <template slot-scope="scope">
               <span>{{ scope.row.projname }}</span>