Commit 04c44d35 authored by liangjingpeng's avatar liangjingpeng

细节修改1

parent 4fea5d5a
<template>
<div class="app-container">
<div v-if="themeType === '8'" class="tableTitle">评审课题</div>
<!-- <div class="search">-->
<div class="search">
<div>
<el-form ref="queryForm" style="padding: 0 0 0 10px; margin-top: 16px" :model="queryParams" :inline="true">
<el-form-item label="课题类型" prop="labelType">
......@@ -84,6 +84,7 @@
</div>
</el-form>
</div>
</div>
<div style="padding:5px 10px">
<div v-if="themeType !== '8'" class="tableTitle">标签管理列表</div>
<el-table v-loading="loading" border :data="resLabelInfoList">
......@@ -296,12 +297,24 @@ export default {
// 状态菜单
statusOptions: [
{
dictLabel: '启用',
dictLabel: '立项评审中',
dictValue: '0'
},
{
dictLabel: '项目申报中',
dictValue: '1'
},
{
dictLabel: '停用',
dictValue: '0'
dictLabel: '验收评审中',
dictValue: '2'
},
{
dictLabel: '验收申请中',
dictValue: '3'
},
{
dictLabel: '验收完成',
dictValue: '4'
}
],
sortOptions: [
......
......@@ -16,7 +16,8 @@
<el-step title="步骤 3">
<div slot="title">
<span v-if="active === 2" class="step-title">验收评审中<a style="color: #bc14ff;font-weight: normal;">(待本人评审)</a></span>
<span v-else class="step-title">验收评审完成<a style="color: #bc14ff">(本人已评审)</a></span>
<span v-else-if="active ===3" class="step-title">验收评审完成<a style="color: #bc14ff">(本人已评审)</a></span>
<span v-else class="step-title">验收完成</span>
</div>
</el-step>
</el-steps>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment