代码更新
This commit is contained in:
@@ -25,12 +25,14 @@
|
||||
<el-radio v-model="form.tech_type" label="02">氢气脱蜡</el-radio>
|
||||
</el-form-item>
|
||||
<rrOperation />
|
||||
|
||||
<span style="font-size:16px" id="tishiAccount" :style="tishiAccount_style">{{ msg }}</span>
|
||||
</el-form>
|
||||
</div>
|
||||
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
<crudOperation :permission="permission" />
|
||||
<!--表格渲染-->
|
||||
<h4>注意:1.修正值必须为-0.5~0.5之间的小数;2.若无此软废,修正填为99;</h4>
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column v-if="false" prop="change_id" label="记录标识" />
|
||||
@@ -291,6 +293,10 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
msg: '(注意:1.修正值必须为-0.5~0.5之间的小数;2.若无此软废,修正填为99;)',
|
||||
tishiAccount_style: {
|
||||
color: 'red'
|
||||
},
|
||||
confirm_flg: false,
|
||||
permission: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user