详情字体 #77

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -574,7 +574,7 @@ export default {
height: 4vh; height: 4vh;
// border: 0.1px solid #4d8f89; // border: 0.1px solid #4d8f89;
color: #fff; color: #fff;
font-size: 18px; font-size: 16px;
font-weight: 500; font-weight: 500;
text-shadow: 0 0 9px rgba(21, 255, 198, 0.64); text-shadow: 0 0 9px rgba(21, 255, 198, 0.64);
text-align: center; text-align: center;

@ -145,6 +145,7 @@ export default {
}, },
mounted() { mounted() {
bus.$on("send_three", (data) => { bus.$on("send_three", (data) => {
this.detail_table_data = []
console.log("dataaaa", data); console.log("dataaaa", data);
this.three_level_id = data.safeRuleId; // id this.three_level_id = data.safeRuleId; // id
const new_arr = this.three_level_arr.filter( const new_arr = this.three_level_arr.filter(
@ -211,6 +212,7 @@ export default {
this.$message.warning("今日记录已经存在记录,可使用编辑功能修改"); this.$message.warning("今日记录已经存在记录,可使用编辑功能修改");
this.get_detail_data(); // this.get_detail_data(); //
}); });
this.person_input = '' // input
}, },
open(val) { open(val) {
console.log('valll',val); console.log('valll',val);

Loading…
Cancel
Save