瀏覽代碼

2023-5-29

codeMan 2 年之前
父節點
當前提交
68583534c5
共有 2 個文件被更改,包括 13 次插入2 次删除
  1. 12 2
      src/HDrpManagement/workReport/modules/reportSet/index.vue
  2. 1 0
      src/components/newLayout/index.vue

+ 12 - 2
src/HDrpManagement/workReport/modules/reportSet/index.vue

@@ -26,9 +26,19 @@
           </el-table-column>
           <el-table-column
             label="操作"
-            width="80">
+            width="120">
             <template slot-scope="scope">
-              <Edit :data="scope.row"></Edit>
+              <Edit class="inline-16" :data="scope.row"></Edit>
+              <customBtn
+                class="inline-16"
+                btnName="删 除"
+                type="text"
+                message="确定删除当前汇报模板吗?"
+                idName="20230520160302"
+                keyName="sys_workreportmodelid"
+                :id="scope.row.sys_workreportmodelid"
+                @onSuccess="getModelList"
+              />
             </template>
           </el-table-column>
         </el-table>

+ 1 - 0
src/components/newLayout/index.vue

@@ -77,6 +77,7 @@ export default {
 }
 .sticky {
   position: sticky;
+  min-width:1280px;
 }
 .radius{
   /* margin: 16px 0; */