loulijun2021
2022-07-02 d24862719714be5f76fb3dc81a3a3da8de4cc5a4
src/views/zzmx/chda.vue
@@ -84,6 +84,7 @@
        <el-table
          :data="tableData"
          border
          stripe
          :height="tableHeight"
          width="100%"
          highlight-current-row
@@ -180,7 +181,7 @@
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-button type="text" @click="edit('edit',row)">修改</el-button>
                <el-button type="text" @click="edit('edit',row)">编辑</el-button>
                <el-button type="text" @click="del(row)">删除</el-button>
              </div>
            </template>
@@ -202,7 +203,8 @@
    <!--新增编辑对话框-->
    <el-dialog
      :title="operation==='add'?'新增':'修改'"
      :close-on-click-modal="false"
      :title="operation==='add'?'新增':'编辑'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
@@ -298,6 +300,7 @@
    <!--    单位按钮对话框-->
    <el-dialog
      :close-on-click-modal="false"
      title="单位设置"
      :visible.sync="officeDialogVisible"
      width="50%"
@@ -417,6 +420,7 @@
    <!--    工艺路线对话框-->
    <el-dialog
      :close-on-click-modal="false"
      title="关联工艺路线"
      :visible.sync="dialogVisibleRoute"
      width="50%"