|
@@ -12,15 +12,15 @@
|
|
|
:http-request="e => onImport(e, item.prop)"
|
|
|
:on-remove="() => onRemove(item.prop)"
|
|
|
>
|
|
|
- <m-button slot="trigger" size="small" type="primary">点击上传</m-button>
|
|
|
- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div>
|
|
|
+ <m-button slot="trigger" size="small" type="primary" plain>点击上传</m-button>
|
|
|
+ <!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->
|
|
|
</el-upload>
|
|
|
</template>
|
|
|
</m-form>
|
|
|
<div class="buttons">
|
|
|
<m-button icon="el-icon-upload" type="primary" size="small">提交</m-button>
|
|
|
- <m-button icon="el-icon-s-tools" type="primary" size="small">加工</m-button>
|
|
|
- <m-button icon="el-icon-time" type="primary" size="small">加工历史记录</m-button>
|
|
|
+ <m-button icon="el-icon-s-tools" type="primary" size="small">绩效计算</m-button>
|
|
|
+ <m-button icon="el-icon-time" type="primary" size="small">绩效计算历史记录</m-button>
|
|
|
</div>
|
|
|
</m-card>
|
|
|
</div>
|
|
@@ -50,21 +50,21 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- label: '计算样例1',
|
|
|
+ label: '福利待遇数据',
|
|
|
prop: 'example1',
|
|
|
rules: [
|
|
|
{ required: true, message: '请上传文件', trigger: 'change' }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: '计算样例2',
|
|
|
+ label: '全产品-按件计价',
|
|
|
prop: 'example2',
|
|
|
rules: [
|
|
|
{ required: true, message: '请上传文件', trigger: 'change' }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: '计算样例3',
|
|
|
+ label: '管户存款(万元)-按存量与增量金额算收益',
|
|
|
prop: 'example3',
|
|
|
rules: [
|
|
|
{ required: true, message: '请上传文件', trigger: 'change' }
|