loulijun2021
2022-07-02 33d9266f5b3f72b518b17645a4d04921eea49651
src/views/jcsz/jsqd.vue
@@ -128,7 +128,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>
@@ -150,10 +150,11 @@
    <!--    新增修改对话框-->
    <el-dialog
      :title="operation==='add'?'新增':'修改'"
      :title="operation==='add'?'新增':'编辑'"
      :visible.sync="dialogVisible"
      width="50%"
      top="15vh"
      :close-on-click-modal="false"
      @closed="handleClose"
      @close="handleClose"
    >
@@ -197,6 +198,7 @@
      :visible.sync="settingDialogVisible"
      width="50%"
      top="15vh"
      :close-on-click-modal="false"
      class="settingDialogVisible"
      @close="handleCloseSetting"
    >
@@ -277,6 +279,7 @@
      title="角色关联用户"
      :visible.sync="userDialogVisible"
      width="80%"
      :close-on-click-modal="false"
      top="15vh"
      class="userDialogVisible"
      @closed="handleCloseUser"
@@ -421,6 +424,7 @@
      :visible.sync="dialogVisibleRight"
      width="50%"
      top="15vh"
      :close-on-click-modal="false"
      class="dialogVisibleRight"
      @closed="handleCloseRight"
      @close="handleCloseRight"