Commit 05e3b85e authored by 赵啸非's avatar 赵啸非

添加显示控制

parent 2a9e9e48
......@@ -147,7 +147,7 @@
<Field label="显示短信" prop="showSms" v-model="form.showSms" type="radio" :enumData="dict.showSms" placeholder="请选择是否显示短信"/>
<Field label="显示打印机" prop="showPrint" v-model="form.showPrint" type="radio" :enumData="dict.showPrint" placeholder="请选择是否显示打印机"/>
<Field label="显示小程序二维码" prop="showWechatQrCode" v-model="form.showWechatQrCode" type="radio" :enumData="dict.showWechatQrCode" placeholder="请选择是否显示小程序二维码"/>
<Field label="小程序二维码" prop="showWechatQrCode" v-model="form.showWechatQrCode" type="radio" :enumData="dict.showWechatQrCode" placeholder="请选择是否显示小程序二维码"/>
<Field :span="24" label="上传图片"
......
......@@ -97,7 +97,7 @@ public class DeviceController extends BaseCRUDJsonBodyMappingController<DeviceSe
this.addDict(model, "source", DeviceSourceEnum.getEnumMap());
this.addDict(model, "showSms", YesNoEnum.getEnumMap());
this.addDict(model, "showPrint", YesNoEnum.getEnumMap());
this.addDict(model, "source", YesNoEnum.getEnumMap());
this.addDict(model, "showWechatQrCode", YesNoEnum.getEnumMap());
//返回产品列表及其样式
//productService.find(new ProductEntity()).stream().collect(Collectors.toMap(x -> x.getId().toString(), y -> y.getProductName())).
if (platFormType.equalsIgnoreCase(PlatformTypeEnum.CLOUD.getValue())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment