Prechádzať zdrojové kódy

日执行加计划id

baishaojie 10 mesiacov pred
rodič
commit
da33e3e5d9

+ 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>