Commit 0553af02 authored by Administrator's avatar Administrator

更新预案

parent ab123d88
......@@ -3,7 +3,7 @@
<div class="filter-container">
<el-form ref="query" style="display: inline-block;">
<el-input placeholder="预案名称" clearable style="width: 200px;" class="filter-item" name="userskk" />
<el-input placeholder="预案模板id" clearable style="width: 200px;" class="filter-item" name="userskk" />
<el-input placeholder="预案编号" clearable style="width: 200px;" class="filter-item" name="userskk" />
<el-button v-waves class="filter-item" type="primary" icon="el-icon-search">
{{ $t('table.search') }}
</el-button>
......@@ -20,18 +20,18 @@
</div>
<div>
<el-table :data="tableData" style="width: 100%">
<el-table-column label="发布日期" width="180">
<el-table-column label="发布日期" width="160">
<template slot-scope="scope">
<i class="el-icon-time"></i>
<span style="margin-left: 10px">{{ scope.row.date }}</span>
</template>
</el-table-column>
<el-table-column label="预案版本号" width="180">
<el-table-column label="预案编号" width="100">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.id }}</span>
</template>
</el-table-column>
<el-table-column label="预案类别" width="180">
<el-table-column label="预案类别" width="100">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.leibie }}</span>
</template>
......@@ -41,7 +41,7 @@
<span style="margin-left: 10px">{{ scope.row.infodanwei }}</span>
</template>
</el-table-column>
<el-table-column label="使用领域" width="180">
<el-table-column label="使用领域" width="100">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.shiyong }}</span>
</template>
......@@ -51,12 +51,12 @@
<span style="margin-left: 10px">{{ scope.row.guanlian }}</span>
</template>
</el-table-column>
<el-table-column label="事件级别" width="180">
<el-table-column label="事件级别" width="90">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.shjianjibei }}</span>
</template>
</el-table-column>
<el-table-column label="预案内容" width="180">
<el-table-column label="预案内容" width="300">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.yuaninfo }}</span>
</template>
......@@ -72,7 +72,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column label="操作" width="280px">
<el-table-column label="操作" width="100px">
<template slot-scope="scope">
<el-button size="mini" @click="handleEdit(scope.$index, scope.row)">查询</el-button>
<el-button size="mini" @click="handleEdit(scope.$index, scope.row)">编辑</el-button>
......@@ -96,44 +96,44 @@ export default {
address: '上海市普陀区金沙江路 1518 弄一级预案',
id: 1,
leibie: '预案1',
infodanwei: '石家庄哈哈哈公司',
infodanwei: '河北泽宏科技股份有限公司',
shiyong: '报警使用',
guanlian: '石家庄xxx爆炸',
shjianjibei: '1级',
yuaninfo: '哈哈哈哈我是预案内容也不知道写点啥',
yuaninfo: '员工处置燃气管道或设备设施突发泄漏时的应急能力,有效地实施燃气泄漏报警及燃气泄漏应急处理,预防和减少因燃气泄露有可能造成的严重后果,特制定燃气...',
}, {
date: '2016-05-04',
name: '二级预案',
address: '上海市普陀区金沙江路 1517 弄二级预案',
id: 2,
leibie: '预案1',
infodanwei: '石家庄酒水公司',
infodanwei: '河北泽宏科技股份有限公司',
shiyong: '消防使用',
guanlian: '石家庄xxx爆炸',
shjianjibei: '1级',
yuaninfo: '哈哈哈哈我是预案内容也不知道写点啥',
yuaninfo: '员工处置燃气管道或设备设施突发泄漏时的应急能力,有效地实施燃气泄漏报警及燃气泄漏应急处理,预防和减少因燃气泄露有可能造成的严重后果,特制定燃气...',
}, {
date: '2016-05-01',
name: '三级预案',
address: '上海市普陀区金沙江路 1519 弄三级预案',
id: 3,
leibie: '预案3',
infodanwei: '石家庄花露水公司',
infodanwei: '河北泽宏科技股份有限公司',
shiyong: '火灾使用',
guanlian: '石家庄xxx爆炸',
shjianjibei: '3级',
yuaninfo: '哈哈哈哈我是预案内容也不知道写点啥',
yuaninfo: '员工处置燃气管道或设备设施突发泄漏时的应急能力,有效地实施燃气泄漏报警及燃气泄漏应急处理,预防和减少因燃气泄露有可能造成的严重后果,特制定燃气...',
}, {
date: '2016-05-03',
name: '四级预案',
address: '上海市普陀区金沙江路 1516 弄四级预案',
id: 4,
leibie: '预案2',
infodanwei: '石家庄花神公司',
infodanwei: '河北泽宏科技股份有限公司',
shiyong: '报警使用',
guanlian: '石家庄xxx爆炸',
shjianjibei: '5级',
yuaninfo: '哈哈哈哈我是预案内容也不知道写点啥',
yuaninfo: '员工处置燃气管道或设备设施突发泄漏时的应急能力,有效地实施燃气泄漏报警及燃气泄漏应急处理,预防和减少因燃气泄露有可能造成的严重后果,特制定燃气...',
}],
};
},
......
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