BUG 27830
This commit is contained in:
		| @@ -12,10 +12,10 @@ | ||||
|               <el-input v-model="articInfo.title" size="small" placeholder="请输入…" maxlength="30" | ||||
|                         show-word-limit></el-input> | ||||
|             </el-form-item> | ||||
|             <el-form-item prop="description" label="摘要:"> | ||||
|               <el-input type="textarea" v-model="articInfo.description" size="small" placeholder="请输入…" maxlength="255" | ||||
|                         show-word-limit></el-input> | ||||
|             </el-form-item> | ||||
| <!--            <el-form-item prop="description" label="摘要:">--> | ||||
| <!--              <el-input type="textarea" v-model="articInfo.description" size="small" placeholder="请输入…" maxlength="255"--> | ||||
| <!--                        show-word-limit></el-input>--> | ||||
| <!--            </el-form-item>--> | ||||
|             <el-form-item prop="category" label="分类:"> | ||||
|               <ai-select | ||||
|                   v-model="articInfo.category" | ||||
|   | ||||
| @@ -12,10 +12,10 @@ | ||||
|               <el-input v-model="newsInfo.title" size="small" placeholder="请输入…" maxlength="30" | ||||
|                         show-word-limit></el-input> | ||||
|             </el-form-item> | ||||
|             <el-form-item prop="description" label="摘要:"> | ||||
|               <el-input type="textarea" v-model="newsInfo.description" size="small" placeholder="请输入…" maxlength="255" | ||||
|                         show-word-limit></el-input> | ||||
|             </el-form-item> | ||||
| <!--            <el-form-item prop="description" label="摘要:">--> | ||||
| <!--              <el-input type="textarea" v-model="newsInfo.description" size="small" placeholder="请输入…" maxlength="255"--> | ||||
| <!--                        show-word-limit/>--> | ||||
| <!--            </el-form-item>--> | ||||
|             <el-form-item prop="category" label="分类:"> | ||||
|               <ai-select | ||||
|                   v-model="newsInfo.category" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user