diff --git a/dist202404091428.zip b/dist202404091428.zip new file mode 100644 index 0000000..66dab79 Binary files /dev/null and b/dist202404091428.zip differ diff --git a/src/api/enterpriseTeamWork/tipSet/index.js b/src/api/enterpriseTeamWork/tipSet/index.js index 4439863..039145c 100644 --- a/src/api/enterpriseTeamWork/tipSet/index.js +++ b/src/api/enterpriseTeamWork/tipSet/index.js @@ -126,4 +126,12 @@ export function UrgencyDegreeInsert(data) { method: "post", data, }); -} \ No newline at end of file +} +//查询人 +export function personnelList(data) { + return request({ + url: "/tbRulesSetting/personnelList", + method: "post", + data, + }); +} diff --git a/src/loveflow/components/modal/formDialog.vue b/src/loveflow/components/modal/formDialog.vue index 38ffb20..e2159c9 100644 --- a/src/loveflow/components/modal/formDialog.vue +++ b/src/loveflow/components/modal/formDialog.vue @@ -76,16 +76,16 @@ diff --git a/src/loveflow/mixins/commonMixins.js b/src/loveflow/mixins/commonMixins.js index d6727d6..0b97e00 100644 --- a/src/loveflow/mixins/commonMixins.js +++ b/src/loveflow/mixins/commonMixins.js @@ -45,6 +45,17 @@ export const commonMixins = { value: "1", }, ], + //是否 + isNoTextList: [ + { + name: "是", + value: "是", + }, + { + name: "否", + value: "否", + }, + ], //是否正常 isZChangList: [ { @@ -276,51 +287,51 @@ export const commonMixins = { pushList: [ { name: "短信提醒", - value: "0", + value: "短信提醒", }, { name: "平台消息提醒", - value: "1", + value: "平台消息提醒", }, { - name: "钉钉消息提醒", - value: "2", + name: "钉消息", + value: "钉消息", }, ], pushObjList: [ { - name: "企业对象", - value: "1", + name: "企业负责人", + value: "企业负责人", }, { name: "镇海区公安局", - value: "2", + value: "镇海区公安局", }, { name: "镇海区交通局", - value: "3", + value: "镇海区交通局", }, { name: "市场监督管理局", - value: "4", + value: "市场监督管理局", }, { name: "区大数据中心", - value: "5", + value: "区大数据中心", }, ], remindList: [ { name: "到期前一天", - value: "0", + value: "到期前一天", }, { name: "到期前三天", - value: "1", + value: "到期前三天", }, { name: "到期前五天", - value: "2", + value: "到期前五天", }, ], personList: [ @@ -382,7 +393,7 @@ export const commonMixins = { return ""; } }, - /* formatTime(arr) { + /* formatTime(arr) { if (arr.length) { let sTime = arr[0].format return [] diff --git a/src/views/enterpriseTeamWork/problemRectify/indexTrack.vue b/src/views/enterpriseTeamWork/problemRectify/indexTrack.vue index 83fc15e..64ac16e 100644 --- a/src/views/enterpriseTeamWork/problemRectify/indexTrack.vue +++ b/src/views/enterpriseTeamWork/problemRectify/indexTrack.vue @@ -44,7 +44,7 @@ style="width: 120px" :min="0" :max="100" - v-model="queryParam.rateProgress" + v-model="queryParam.startRatio" placeholder="" > - @@ -52,7 +52,7 @@ style="width: 120px" :min="0" :max="100" - v-model="queryParam.max" + v-model="queryParam.endRatio" placeholder="" > diff --git a/src/views/enterpriseTeamWork/tipSet/msgPushDetail.vue b/src/views/enterpriseTeamWork/tipSet/msgPushDetail.vue index 8007bf4..47cd1da 100644 --- a/src/views/enterpriseTeamWork/tipSet/msgPushDetail.vue +++ b/src/views/enterpriseTeamWork/tipSet/msgPushDetail.vue @@ -5,7 +5,7 @@
- + - + - +