Commit 3b3ef0f3 by lichengming

修改了资质外分包的按钮id

parent c9d0448f
......@@ -6,21 +6,21 @@
<Row>
<!--查询-->
<Col span="24" style="margin-top: 10px">
<Form v-show="searchOpen" id="formId" :label-width="90" inline onsubmit="return false">
<Form id="formId" v-show="searchOpen" :label-width="90" inline onsubmit="return false">
<label class="label-sign"></label>
<Form-item class="search-item" label="委托单位:">
<Input v-model="formObj.client" name="client" placeholder="请输入委托单位" clearable @on-enter="_formSearch"/>
<Input v-model="formObj.client" @on-enter="_formSearch" name="client" placeholder="请输入委托单位" clearable/>
</Form-item>
<Form-item class="search-btn">
<Button type="primary" @click="_formSearch">搜索</Button>
<Button @click="_formSearch" type="primary">搜索</Button>
</Form-item>
</Form>
</Col>
<!--操作-->
<Col span="24">
<btn-list :msg="btn" :open="searchOpen" :show-search-btn="true" class="contHide"
@on-result-change="_btnClick"></btn-list>
<btn-list :msg="btn" :open="searchOpen" :show-search-btn="true" @on-result-change="_btnClick"
class="contHide"></btn-list>
</Col>
<!--表格-->
<Col span="24">
......@@ -60,23 +60,31 @@ export default {
btn: [
{
type: 'success',
id: '',
id: 'cannot-sub-meter-cannot-sub-add',
name: '添加'
},
{
type: 'success',
id: '',
id: 'cannot-sub-meter-cannot-sub-submit',
name: '提交'
}
],
iconMsg: [
{
type: 'md-create',
id: '',
id: 'cannot-sub-meter-cannot-sub-edit-operation',
name: '编辑'
},
{ type: 'md-cloud', id: '', name: '附件' },
{ type: 'md-remove-circle', id: '', name: '删除' }
{
type: 'md-cloud',
id: 'cannot-sub-meter-cannot-sub-accessory-operation',
name: '附件'
},
{
type: 'md-remove-circle',
id: 'cannot-sub-meter-cannot-sub-remove-operation',
name: '删除'
}
],
formObj: {
client: undefined
......
......@@ -186,7 +186,11 @@ export default {
judgeType: [{ value: 1, name: '是' }, { value: 0, name: '否' }],
iconMsg: [
// { type: 'md-create', id: '', name: '编辑' },
{ type: 'md-trash', id: '', name: '删除' }
{
type: 'md-trash',
id: 'cannot-sub-meter-cannot-sub-edit-remove-operation',
name: '删除'
}
],
pageColumns: [
{ title: '名称', key: 'name', width: 160 },
......@@ -210,12 +214,12 @@ export default {
btn: [
{
type: 'success',
id: '',
id: 'cannot-sub-meter-cannot-sub-edit-add',
name: '添加'
},
{
type: 'success',
id: '',
id: 'cannot-sub-meter-cannot-sub-edit-import',
name: '导入'
}
],
......
......@@ -74,10 +74,14 @@ export default {
iconMsg: [
{
type: 'md-flask',
id: '',
id: 'cannot-sub-meter-cannot-sub-his-view-sample-operation',
name: '查看样品'
},
{ type: 'md-cloud', id: '', name: '附件' }
{
type: 'md-cloud',
id: 'cannot-sub-meter-cannot-sub-his-accessory-operation',
name: '附件'
}
],
formObj: {
client: undefined
......
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