| | |
| | | <template> |
| | | <template> |
| | | <el-dialog |
| | | :title="!dataForm.id ? '新增新闻' : '修改'" |
| | | :close-on-click-modal="false" |
| | |
| | | @keyup.enter.native="open()" |
| | | label-width="80px" |
| | | > |
| | | <el-form-item |
| | | label="登录人资金密码" |
| | | :label-width="formLabelWidth" |
| | | prop="loginSafeword" |
| | | > |
| | | <el-input |
| | | v-model="dataForm2.loginSafeword" |
| | | type="password" |
| | | placeholder="登录人资金密码" |
| | | autocomplete="off" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="dialogFormVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="dataFormSubmit()">确 定</el-button> |
| | |
| | | ], |
| | | }, |
| | | dataRule2: { |
| | | loginSafeword: [ |
| | | { required: true, message: "资金密码不能为空", trigger: "blur" }, |
| | | ], |
| | | }, |
| | | }, |
| | | dialogVisible: false, |
| | | dialogImageUrl: "", |
| | | tempKey: -666666, // 临时key, 用于解决tree半选中状态项不能传给后台接口问题. # 待优化 |
| | |
| | | imgJumpUrl: this.dataForm.imgJumpUrl, //图片跳转链接 |
| | | imgUrl: this.dataForm.imgUrl, //图片地址 |
| | | index: this.optionsFour.value, //index |
| | | language: this.options.value, //语言 |
| | | loginSafeword: encrypt(this.dataForm2.loginSafeword), //资金密码 |
| | | language: this.options.value, //语言 //资金密码 |
| | | popUp: this.optionsThree.value, //是否弹出 |
| | | startTime: this.dataForm.startTime, //this.dataForm.startTime, //开始时间 2023-03-22 00:00:00 |
| | | title: this.dataForm.title, //标题 |
| | |
| | | imgJumpUrl: this.dataForm.imgJumpUrl, //图片跳转链接 |
| | | imgUrl: this.dataForm.imgUrl, //图片地址 |
| | | index: this.optionsFour.value, //index |
| | | language: this.options.value, //语言 |
| | | loginSafeword: encrypt(this.dataForm2.loginSafeword), //资金密码 |
| | | language: this.options.value, //语言 //资金密码 |
| | | popUp: this.optionsThree.value, //是否弹出 |
| | | startTime: this.dataForm.startTime, //this.dataForm.startTime, //开始时间 2023-03-22 00:00:00 |
| | | title: this.dataForm.title, //标题 |