Browse Source

把编辑和新增表单中的x号删除了

mainqaq 3 years ago
parent
commit
70cfb5d8b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/supply/components/addSupply.vue

+ 1 - 1
src/xt_pages/supply/components/addSupply.vue View File

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <el-dialog :title="title" :visible.sync="dialogVisible" width="40%">
2
+  <el-dialog :title="title" :visible.sync="dialogVisible" width="40%" :show-close="false">
3 3
     <!-- :before-close="handleClose" 如需要可添加进上方 -->
4 4
     <div>
5 5
       <el-form