This commit is contained in:
zmj 2024-03-13 13:51:43 +08:00
commit 92fc95be35
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
NODE_ENV = 'development'
VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/'
# VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/'
VITE_APP_BASE_URL = 'http://www.eng.local/'
# VITE_APP_BASE_URL = 'http://192.168.1.5:9090/'

View File

@ -45,6 +45,7 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" />
<el-table-column label="所属项目" prop="project_name" show-overflow-tooltip />
<el-table-column label="标识" prop="dataid" show-overflow-tooltip />
<el-table-column label="任务编号" prop="num" show-overflow-tooltip />
<el-table-column label="任务名称" prop="name" show-overflow-tooltip />