1.优化
This commit is contained in:
parent
8ac555cff8
commit
9e742910ec
|
@ -70,6 +70,7 @@
|
|||
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="orderNum" align="center" label="排序"></el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
||||
|
@ -104,18 +105,11 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="12">-->
|
||||
<!-- <el-form-item label="应用运营区" prop="areaId">-->
|
||||
<!-- <el-select v-model="form.areaId" clearable placeholder="请选择运营区">-->
|
||||
<!-- <el-option-->
|
||||
<!-- v-for="item in areaOptions"-->
|
||||
<!-- :key="item.areaId"-->
|
||||
<!-- :label="item.areaName"-->
|
||||
<!-- :value="item.areaId"-->
|
||||
<!-- ></el-option>-->
|
||||
<!-- </el-select>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="12">
|
||||
<el-form-item label="显示排序" prop="orderNum">
|
||||
<el-input-number v-model="form.orderNum" controls-position="right" :min="0" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-form-item label="说明" prop="instructions" :show-overflow-tooltip="true">
|
||||
<editor v-model="form.instructions" :min-height="192"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user