瀏覽代碼

表单更改

qinhb 9 月之前
父節點
當前提交
fe32235a76
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/pro/traceability/components/excelCom.vue

+ 3 - 3
src/views/pro/traceability/components/excelCom.vue

@@ -12,7 +12,7 @@
     >
       <template #menu="{ size, row, index }">
         <el-button
-          v-if="row.excelData != '' && row.excelData != null"
+          v-if="row.writeData != '' && row.writeData != null"
           link
           size="small"
           type="primary"
@@ -20,7 +20,7 @@
           style="margin: 0"
           ><i-ep-view />查看
         </el-button>
-        <el-button
+<!--        <el-button
           v-if="row.excelData != '' && row.excelData != null"
           type="warning"
           link
@@ -28,7 +28,7 @@
           @click="opUpdate(row)"
           style="margin: 0"
           ><i-ep-edit />修改表格数据
-        </el-button>
+        </el-button>-->
       </template>
     </avue-crud>
     <el-dialog