浏览代码

no message

linwenxin 9 月之前
父节点
当前提交
0cc2592778
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      src/views/userManagement/masterManagement/index.vue

+ 22 - 0
src/views/userManagement/masterManagement/index.vue

@@ -142,6 +142,7 @@ export default {
         isEs: false,
         examineRemark: '',
         examineStatus: '',
+        isRecycler: '',
         idCardImg: []
       },
       examineStatus: '',
@@ -295,6 +296,26 @@ export default {
           }
         },
         {
+          md: 6,
+          isShow: true,
+          name: 'slot-component',
+          attributes: {},
+          formItemAttributes: {
+            label: '是否回收员',
+            prop: 'isRecycler',
+            rules: []
+          },
+          render: (h, { props, onInput }) => {
+            var { value } = props
+            return (
+              <el-radio-group v-model={this.formData.isRecycler}>
+                <el-radio label={true}>是</el-radio>
+                <el-radio label={false}>否</el-radio>
+              </el-radio-group>
+            )
+          }
+        },
+        {
           md: 24,
           isShow: true,
           name: 'el-input',
@@ -571,6 +592,7 @@ export default {
             websitId: this.formData.websitId,
             bankAccount: this.formData.bankAccount,
             isEs: this.formData.isEs,
+            isRecycler: this.formData.isRecycler,
             idCard: this.formData.idCard,
             idCardImg: this.formData.idCardImg[0].url,
             name: this.formData.nickName