企业技术需求和产品 、专家成果上传自动审核
This commit is contained in:
@ -170,7 +170,7 @@
|
||||
</div> -->
|
||||
<div :style="{ marginLeft: labelWidth + 'px' }">
|
||||
<el-button type="primary" @click="submitForm(3)">保存草稿</el-button>
|
||||
<el-button type="primary" @click="submitForm(0)">提交审核</el-button>
|
||||
<el-button type="primary" @click="submitForm(1)">提交审核</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@
|
||||
/>
|
||||
<div :style="{ marginLeft: labelWidth + 'px' }">
|
||||
<el-button type="primary" @click="submitForm(3)">保存草稿</el-button>
|
||||
<el-button type="primary" @click="submitForm(0)">提交审核</el-button>
|
||||
<el-button type="primary" @click="submitForm(1)">提交审核</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row> -->
|
||||
|
||||
<!-- <el-empty v-if=""></el-empty> -->
|
||||
<div v-if="dataList.length" style="margin-top: 20px" v-loading="loading">
|
||||
<section v-for="item in dataList" :key="item.id">
|
||||
<div style="border: 1px solid #dcdcdc; margin-bottom: 10px">
|
||||
|
Reference in New Issue
Block a user