优化aitable
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="更新说明:" prop="remarks">
|
||||
<el-input type="textarea" :rows="4" maxlength="1000" show-word-limit placeholder="请输入..." v-model="processForm.remarks"></el-input>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
</ai-dialog>
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
label: "任务状态",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (status) =>
|
||||
format: (status) =>
|
||||
this.$dict.getLabel("workTaskStatus", status),
|
||||
},
|
||||
{ slot: 'percent', label: '当前进度' },
|
||||
@@ -196,7 +196,7 @@ export default {
|
||||
label: "执行状态",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (doStatus) =>
|
||||
format: (doStatus) =>
|
||||
this.$dict.getLabel("workTaskStatus", doStatus),
|
||||
},
|
||||
{ prop: "finishTime", label: "完成时间", align: "center" },
|
||||
@@ -211,7 +211,7 @@ export default {
|
||||
this.dict.load('workTaskType', 'workTaskStatus', 'workTaskFinishStatus').then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
|
||||
@@ -66,7 +66,7 @@ export default {
|
||||
label: "任务类型",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (type) =>
|
||||
format: (type) =>
|
||||
this.$dict.getLabel("workTaskType", type),
|
||||
},
|
||||
{prop: 'createTime', label: '创建日期', width: 120},
|
||||
@@ -76,7 +76,7 @@ export default {
|
||||
label: "任务状态",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (doStatus) =>
|
||||
format: (doStatus) =>
|
||||
this.$dict.getLabel("workTaskDoStatus", doStatus),
|
||||
},
|
||||
{slot: 'percent', label: '当前进度', align: "center"},
|
||||
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
label: "任务类型",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (type) =>
|
||||
format: (type) =>
|
||||
this.$dict.getLabel("workTaskType", type),
|
||||
},
|
||||
{ prop: 'createTime', label: '创建日期', width: 120},
|
||||
@@ -74,7 +74,7 @@ export default {
|
||||
label: "任务状态",
|
||||
width: 120,
|
||||
align: "center",
|
||||
formart: (status) =>
|
||||
format: (status) =>
|
||||
this.$dict.getLabel("workTaskStatus", status),
|
||||
},
|
||||
{ slot: 'percent', label: '当前进度',align: "center" },
|
||||
|
||||
Reference in New Issue
Block a user