Commit dd568b36 by crushh

update: dist

parent d2fe405d
......@@ -73,7 +73,7 @@
<el-table-column label="创建时间" min-width="114px" prop="createTime">
<template slot-scope="{ row }">
{{ formatDateTimeByType(row.createTime, 'yyyy-MM-dd') }}<br />
{{ formatDateTimeByType(row.createTime, 'yyyy-MM-dd') }}
{{ formatDateTimeByType(row.createTime, 'HH-mm-ss') }}
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" min-width="153px">
......
......@@ -376,7 +376,6 @@ export default {
data.prizeRelationId = '';
data.prizeImageUrl = '';
data.prizeNameStr = '';
console.log(data);
this.prizeForm.gamePrizeList = this.prizeForm.gamePrizeList.splice(0);
this.$refs.prizeForm.validateField(`gamePrizeList.${index}.prizeStock`);
},
......
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