Commit a5a51f8a authored by 王晓旭's avatar 王晓旭

增加提示

parent 07d688c1
......@@ -109,7 +109,11 @@
>
</el-col>
</el-row>
<el-row>
<div class="tishi">
提示:设置状态应中文名在前,英文名在后,用“_”隔开。例如:在线_online
</div>
</el-row>
<el-table
:data="basicStatusList"
:row-class-name="rowBasicStatusIndex"
......@@ -146,7 +150,6 @@
</el-form>
</el-drawer>
</template>
<script>
import form from "@/assets/mixins/formdialog";
export default {
......@@ -300,3 +303,9 @@ export default {
},
};
</script>
<style scoped>
.tishi{
padding: 10px;
}
</style>
\ No newline at end of file
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