فهرست منبع

平台修改用戶彈窗修改

zhanglb 3 سال پیش
والد
کامیت
7746ce099c
1فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 6 4
      front-vue/src/views/system/user/index.vue

+ 6 - 4
front-vue/src/views/system/user/index.vue

@@ -64,7 +64,7 @@
                     </el-table-column>
                     <el-table-column label="操作" align="center" class-name="small-padding fixed-width"  width='300' fixed="right">
                         <template slot-scope="scope">
-                            <el-button class="zap-button-success" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">改</el-button>
+                            <el-button class="zap-button-success" size="mini" type="text" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']">改用戶改</el-button>
                             <el-button class="zap-button-primary" size="mini" type="text" @click="handleChange(scope.row)" v-hasPermi="['system:ownUser:adminChange']" v-if="
                   scope.row.scyType == '03' &&
                   company.scyId != '000000' &&
@@ -98,7 +98,8 @@
 
     <!-- 添加或修改参数配置对话框 -->
     <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
-        <el-form ref="form" :model="form" :rules="rules" label-width="80px">
+        <el-row class="zap-form">
+          <el-form ref="form" :model="form" :rules="rules" label-width="80px">
             <el-row>
                 <!-- <el-form-item label="公司名称" prop="payroll" v-show="companyId == '000000'">
                         <el-select v-model="form.companyId" @change="getRodept">
@@ -151,8 +152,9 @@
                     </el-form-item>
                 </el-col>
             </el-row>
-        </el-form>
-        <div slot="footer" class="dialog-footer">
+          </el-form>
+        </el-row>
+        <div slot="footer" class="zap-dialog-footer">
             <el-button type="primary" @click="submitForm">确 定</el-button>
             <el-button @click="cancel">取 消</el-button>
         </div>