Browse Source

需求改为服务

shibei_master
jiangyy 3 years ago
parent
commit
d1bfdcb1f1
  1. 2
      src/views/modules/shequzhili/event copy/cpts/process-form-project.vue
  2. 2
      src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue
  3. 2
      src/views/modules/shequzhili/event copy/eventList.vue

2
src/views/modules/shequzhili/event copy/cpts/process-form-project.vue

@ -188,7 +188,7 @@ import { isCard } from "@/utils/validate";
let loading; //
function iniFmData () {
return {
operationType: '1',//[0: 1: 2:]
operationType: '1',//[0: 1: 2:]
publicReply: '',// 1000
internalRemark: '',// 1000
gridId: '',//

2
src/views/modules/shequzhili/event copy/cpts/process-form-replay.vue

@ -58,7 +58,7 @@ export default {
return {
btnDisable: false,
formData: {
operationType: '0',//[0: 1: 2:]
operationType: '0',//[0: 1: 2:]
content: '',
status: ''
},

2
src/views/modules/shequzhili/event copy/eventList.vue

@ -609,7 +609,7 @@ export default {
this.tableData.forEach(item => {
if (item.operationType === '2') {
item.operationTypeShow = '已转需求'
item.operationTypeShow = '已转服务'
}
if (item.operationType === '1') {
item.operationTypeShow = '已立项'

Loading…
Cancel
Save