src/views/zzmx/chda.vue
@@ -84,6 +84,7 @@
        <el-table
          :data="tableData"
          border
          stripe
          :height="tableHeight"
          width="100%"
          highlight-current-row
@@ -202,6 +203,7 @@
    <!--新增编辑对话框-->
    <el-dialog
      :close-on-click-modal="false"
      :title="operation==='add'?'新增':'修改'"
      :visible.sync="dialogVisible"
      width="50%"
@@ -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%"