loulijun2021
2022-08-23 b8ee668eaace5d422ebb27a200c3b178b82e2a6d
src/views/jcsz/yhqd.vue
@@ -605,7 +605,7 @@
        id: '',
        UserCode: '',
        UserName: '',
        Password: '',
        Password: '123456',
        Enable: 'Y',
        StuOrg: '',
        Mobile: '',
@@ -613,7 +613,7 @@
        groupcode: '',
        Operator: '',
        OperType: '',
        wagetype: ''
        wagetype: '2'
      },
      usergroupArr: [], // 生产班组数组
      wagetypeArr: [
@@ -820,14 +820,14 @@
      this.dialogForm.UserCode = ''
      this.dialogForm.UserCode = ''
      this.dialogForm.UserName = ''
      this.dialogForm.Password = ''
      this.dialogForm.Password = '123456'
      this.dialogForm.Enable = 'Y'
      this.$refs.dialogCascader.checkedValue = ''
      this.dialogForm.StuOrg = ''
      this.dialogForm.Mobile = ''
      this.dialogForm.Email = ''
      this.dialogForm.groupcode = ''
      this.dialogForm.wagetype = ''
      this.dialogForm.wagetype = '2'
      this.$refs.dialogForm.clearValidate()
    },
    // 对话框取消
@@ -1340,6 +1340,11 @@
<!--公共页面样式-->
<style lang="scss" scoped>
$main_color: #42b983;
::v-deep .el-button--text{
  font-size: 14px ;
  cursor: pointer ;
}
.el-icon-share ,.el-icon-delete,.el-icon-edit-outline{
  color: $main_color;
  cursor: pointer;