bug
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<i class="iconfont iconAdd" style="color:#5088FF;" @click="gotoCreate" v-if="formData.status==0"> 创建子任务</i>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<ai-table class="ai-table" :tableData="workList" :col-configs="colConfigs" :total="page.total" :current.sync="page.current" :size.sync="page.size" @getList="getList" :dict="dict">
|
||||
<ai-table style="margin-top: 16px;" class="ai-table" :tableData="workList" :col-configs="colConfigs" :total="page.total" :current.sync="page.current" :size.sync="page.size" @getList="getList" :dict="dict">
|
||||
<el-table-column slot="percent" label="当前进度" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
<span>{{row.percent+'%'}}</span>
|
||||
@@ -199,8 +199,8 @@ export default {
|
||||
formart: (doStatus) =>
|
||||
this.$dict.getLabel("workTaskStatus", doStatus),
|
||||
},
|
||||
{ prop: "finishTime", label: "完成时间" },
|
||||
{ prop: "finishDescription", label: "完成说明" },
|
||||
{ prop: "finishTime", label: "完成时间", align: "center" },
|
||||
{ prop: "finishDescription", label: "完成说明", align: "center" },
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
@@ -57,7 +57,7 @@ module.exports = {
|
||||
proxy: {
|
||||
//设置代理,可解决跨5
|
||||
'/lan': {
|
||||
target: 'http://dvcp.sinocare.net',
|
||||
target: 'http://dvcp.sinoecare.net',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
//地址重写
|
||||
|
||||
Reference in New Issue
Block a user