Commit a4101706 by liangzhen

1

1 parent 9683bd55
Showing with 2 additions and 2 deletions
......@@ -27,7 +27,7 @@
clearable
></el-input>
</el-form-item>
<el-form-item label="计划年度:" prop="issueYear" class="fromItem">
<el-form-item label="项目年度:" prop="issueYear" class="fromItem">
<el-select v-model="ruleForm.issueYear" placeholder="请选择" clearable>
<el-option
v-for="(item, index) in yearsList"
......@@ -116,7 +116,7 @@
>
</el-table-column>
<el-table-column prop="issueYear" label="计划年度" width="90">
<el-table-column prop="issueYear" label="项目年度" width="90">
<template slot-scope="scope">
{{ scope.row.issueYear ? scope.row.issueYear + "年" : "" }}
</template>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!