diff --git a/fuintAdmin/src/views/power/message.vue b/fuintAdmin/src/views/power/message.vue
index 832a901f0..046a8383d 100644
--- a/fuintAdmin/src/views/power/message.vue
+++ b/fuintAdmin/src/views/power/message.vue
@@ -51,7 +51,7 @@
-
+
@@ -69,9 +69,9 @@
{{ scope.row.content }}
-
+
- {{ scope.row.roleIds }}
+ {{ scope.row.roleName }}
@@ -396,7 +396,7 @@
-
+
@@ -411,23 +411,46 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
- {{ condition.field != '商品库存量' ? '元' : '件' }}
+
+ 元
+
+
+ 元
+
+
+ 件
@@ -584,7 +607,7 @@ export default {
],
// tableData: [],
form: {
- conditions: []
+ conditions: [{field:'',operator:"",value:""}]
},
deptListSelect: [],
systemPositionList: [{
@@ -706,8 +729,8 @@ export default {
},
methods: {
// 计算短信条数
- countNum(){
- if (this.form3.amount && this.form3.unitPrice){
+ countNum() {
+ if (this.form3.amount && this.form3.unitPrice) {
this.form3.messageNum = (this.form3.amount / this.form3.unitPrice).toFixed(0)
}
},
@@ -767,7 +790,7 @@ export default {
// 充值
recharge(data) {
this.form3 = {
- deptId : data.deptId
+ deptId: data.deptId
}
this.open3 = true;
this.title = "充值"
@@ -1063,8 +1086,8 @@ export default {
current: 1,
size: 10,
deviceName: '',
- },
- this.getList()
+ }
+ this.getList()
},
handleAdd(e) {
this.clean()
@@ -1075,7 +1098,13 @@ export default {
this.clean()
this.open = true;
this.title = "修改短信"
+ console.log("1078", e)
this.form = e
+ if (e.roleIds) this.form.roleIds = e.roleIds.split(",")
+ // getOneApi(e.id).then(res => {
+ // this.form = res.data
+ // if (res.data.roleIds) this.form.roleIds = res.data.roleIds.split(",")
+ // })
},
del(e) {
this.$confirm('此操作将永久删除该短信, 是否继续?', '提示', {
@@ -1111,7 +1140,7 @@ export default {
bannerStatus: false, // Banner状态
note: '', // 备注
createByName: '', //
- conditions: []
+ conditions: [{field:'',operator:"",value:""}]
};
this.selectedDat = undefined;
},
diff --git a/fuintAdmin/src/views/power/payment/index.vue b/fuintAdmin/src/views/power/payment/index.vue
index 90a83eb48..358f9a6ad 100644
--- a/fuintAdmin/src/views/power/payment/index.vue
+++ b/fuintAdmin/src/views/power/payment/index.vue
@@ -254,7 +254,7 @@
label="使用状态"
width="100">
- 正在使用
+ 正在使用
未使用
@@ -283,7 +283,7 @@
width="100"
label="操作">
- 修改
+ 修改
@@ -541,7 +541,7 @@
-
-