Commit 3b3ef0f3 by lichengming

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

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